Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding test to test Ephemerons in the Old Space #702

Open
wants to merge 12 commits into
base: pharo-12
Choose a base branch
from

Conversation

jordanmontt
Copy link
Member

Added a class that tests some edge cases of the finalization algorithm. The class has failing tests which is good. That means that we found some errors on the finalization algorithm. Next step is to fix those errors

@guillep
Copy link
Member

guillep commented Aug 21, 2024

Hi @jordanmontt , is this finally an issue or not?

Copy link
Member

@guillep guillep left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we should integrate it as it is. Besides the structural silly change of moving the tests to the right classes, there is at least one test that contradicts another tests that already exist. So one of them is wrong, we cannot keep both.

Also, adding broken tests to the suite is not good. They should come with the proper fix...

@jordanmontt
Copy link
Member Author

Thanks for the feedback! I will move the useful tests to the default test class and close this PR

@jordanmontt
Copy link
Member Author

Mmmm the new tonel format :/ *$%$#@#$

@jordanmontt jordanmontt changed the title Improving the Ephemerons algorithm Adding Ephemeron test to test Ephemerons test on the Old Space Sep 20, 2024
@jordanmontt jordanmontt changed the title Adding Ephemeron test to test Ephemerons test on the Old Space Adding test to test Ephemerons in the Old Space Sep 20, 2024
@jordanmontt
Copy link
Member Author

It looks like it's ready to be integrated @guillep . Failing tests Tests-Linux-x86_64-CoInterpreter Tests-Linux-x86_64-CoInterpreter-worker don't seem related

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants